gtkbutton: Drop grab_notify handler
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 24 Jun 2020 12:17:15 +0000 (14:17 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 24 Jun 2020 18:35:22 +0000 (20:35 +0200)
commitdf30741535aa4698df2f98a2974983554d074f9b
tree2c0fa987e0cd7e9388090598524b77cdc1f8a63d
parent762748028a6d55d8693eb0092eeac5c8e06708dc
gtkbutton: Drop grab_notify handler

The click gesture already has a ::cancel handler, and does almost
everything it should. Move the last bits and remove the grab_notify
handler.
gtk/gtkbutton.c